home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-31 | 1.7 KB | 42 lines | [TEXT/PEDT] |
- % This TeX file produces a single page containing the stuff to be rotated,
- % in this case a table. See "Rotating TeX material" in the OzTeX User Guide.
-
- \nopagenumbers % don't produce a page number
- \topskip=0pt % makes adjusting the origin easier
- \parindent=0pt % ditto
-
- % Replace the following stuff by anything else you'd like to rotate;
- % for example, you might want to rotate a single character.
-
- \font\ninerm=cmr9
- \halign to 3.5in % width of table
- {\strut#& % col 1 is a strut
- \vrule#\tabskip .5em plus2em& % col 2 is a vrule; also set col spacing
- #\hfil& % col 3 is left justified
- \vrule#& % col 4 is a vrule
- \hfil#\hfil& % col 5 is centred
- \vrule#& % col 6 is a vrule
- \hfil#& % col 7 is right justified
- \vrule#\tabskip 0pt % col 8 is a vrule; no space after it
- \cr % end of the preamble
- \noalign{\hrule}
- & & \multispan5 \hfil Oldest players to represent\hfil& \cr
- & & \multispan5 \hfil England in a Test Match\hfil& \cr
- \noalign{\hrule}
- & & \omit\hfil Name\hfil& & % \omit ignores template in preamble
- \omit\hfil Age\hfil& &
- \omit\hfil Versus\hfil& \cr
- \noalign{\hrule}
- & & W.Rhodes& & 52y 165d& & West Indies, 1930& \cr
- \noalign{\hrule}
- & & W.G.Grace& & 50y 320d& & Australia, 1899& \cr
- \noalign{\hrule}
- & & G.Gunn& & 50y 303d& & West Indies, 1929& \cr
- \noalign{\hrule}
- & & J.Southerton{\ninerm*}& & 49y 139d& & Australia, 1877& \cr
- \noalign{\hrule\smallskip}
- & \multispan7\ninerm* (This was actually his Test debut.)\hfil \cr
- }
-
- \bye % DO NOT REMOVE THIS LINE
-